home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global movie, RATE
- if the movieTime of sprite 20 = the stopTime of sprite 20 then
- if movie = 5 then
- set RATE to 1
- set the movieRate of sprite 20 to 1
- set the visible of sprite 20 to 0
- go("fantasy")
- else
- set RATE to 1
- set the movieRate of sprite 20 to 1
- set the visible of sprite 20 to 0
- go("question")
- end if
- end if
- go(the frame)
- end
-